.sideMenu {
	width: 250px;
	margin: 0 auto;
}
.sideMenu h3 {
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	cursor: pointer;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
}
.sideMenu a h3 {
	color: #000;
	width: 210px;
	background: url(../images/arrow.png) no-repeat right #d9d9d9;
}
.sideMenu a:hover h3 {
	color: #fff;
	width: 210px;
	background: url(../images/arrow2.png) no-repeat right #015ebb;
}
.sideMenu ul {
	/*display: none;*/
}
.sideMenu ul li {
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
}
.sideMenu ul li a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	display:block;
	padding: 0 20px;
}
.sideMenu ul li a:hover {
	color: #fff;
	width: 210px;
	background:#0080ff;
	display:block;
	padding: 0 20px;
}
